projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d73803e
)
(font-slant-table): Change numeric values for `r',
author
Kenichi Handa
<handa@m17n.org>
Tue, 8 Apr 2008 02:48:37 +0000
(
02:48
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 8 Apr 2008 02:48:37 +0000
(
02:48
+0000)
`roman', and `normal'.
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 1bb2a94feb23d85a80290295aa5f3ff9110a0736..5a0cc55a7e1fc69d5ec5d9097e76d66bb6b8b890 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-141,7
+141,7
@@
REGISTRY, ALTERNATIVE1, ALTERNATIVE2, and etc."
(defcustom font-slant-table
'((ro . 0)
(ri . 10)
- (r . 9
9) (roman . 100) (normal . 101
)
+ (r . 9
8) (roman . 99) (normal . 100
)
(i . 199) (italic . 200) (ot . 201)
(o . 210) (oblique . 211))
"*Alist of font slant symbols vs the corresponding numeric values."